From e08b38072f493d769f259868b5b17dc292f20c2e Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Wed, 21 Mar 2018 16:42:07 -0400 Subject: [PATCH] ci/papr: Fix artifacts Of course we only notice these things are broken when the CI breaks. Also add some comments and flip flatpak to `required: true` since it should be now. Closes: #1507 Approved by: jlebon --- .papr.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.papr.yml b/.papr.yml index da06fa95..bdb74ec9 100644 --- a/.papr.yml +++ b/.papr.yml @@ -40,7 +40,13 @@ tests: - ci/build-check.sh - ci/ci-release-build.sh +artifacts: + - test-suite.log + - config.log + - gdtr-results + --- +# And now the contexts below here are variant container builds context: f27-rust inherit: true @@ -123,6 +129,7 @@ tests: --- +# Reset inheritance for non-variant builds inherit: false branches: - master @@ -130,7 +137,7 @@ branches: - try context: f27-flatpak -required: false +required: true # This test case wants an "unprivileged container with bubblewrap", # which we don't have right now; so just provision a VM and do a -- 2.30.2